home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / coding.readme < prev    next >
Text File  |  1996-02-28  |  5KB  |  146 lines

  1.  
  2.                                         ________ _
  3.                  _ _______             /               ____
  4.                          /          /              /
  5.             /____________/                   /
  6.          _ ___                    /____________ _
  7.              /          [ Digital Candy ]
  8.                 /                    ______________ __
  9.                /___      ______ _      /                /
  10.                     /             /                /______ _
  11.                        /         /
  12.       _ ______________/
  13.  
  14.    The files presented in this directory are best accessed through your
  15.                                file manager.
  16.  
  17. Welcome!
  18.     You have before you some Amiga programmers candy! Thats nearly
  19. FIFTY megabytes worth of source-codes and utils to me and you! Never before 
  20. in the History of the Amiga has this much Amiga specific source-code been 
  21. placed on one easy to access CD. Many source-codes are specially released
  22. to this cd and never seen before so its bound to be full of sources you`ll
  23. find very useful.
  24.  
  25. Thousands of man hours worth of work are present here. The contents of this
  26. area of the CD will be highly inspirational and useful to both commerical 
  27. games developers and scene demo coders alike. This is because there is such
  28. a vast array of source-codes to choose from. They have been written in the
  29. two industry standards, Assembly Language (which is STILL critical for games
  30. and demo`s on the Amiga no matter what people say!) and the C programming 
  31. language (very suitable for utilties development and operating system 
  32. programming)
  33.  
  34.  
  35.  
  36.  
  37. Notes for Assembly Language Programmers:
  38. ----------------------------------------
  39.  
  40. The provided public-domain assembler, "ASM-One v1.25" has been included 
  41. (which is the number one choice for scene coders - and the fastest Amiga 
  42. Assembler!) to allow you to re-assemble the source-codes. For some people
  43. however this assembler is not their 'cup of tea' so to speak. Anyway, If
  44. you like this assembler or want a feature adding you 
  45. can contact its scene author, the Amiga group T.F.A, the coder is price;
  46.  
  47.     E-mail: marvin@valkieser.nl
  48.  
  49.     T.F.A
  50.     P.O. Box 2249
  51.     1200 CE HILVERSUM
  52.     HOLLAND
  53.  
  54.  
  55. Also provided is the freeware/shareware Assembler, `PhxAss' which should also
  56. assemble most sources without problems.
  57.  
  58.  
  59. The best commercial assembler offering you can buy is Devpac (which supports the 
  60. full MC680x0 instruction set (excluding 060) and comes with a decent debugger and
  61. good manuals as well as the full operating system include files) You can contact
  62. Hi-Soft;
  63.  
  64.  
  65.     E-Mail: hisoft@cix.compulink.co.uk
  66.                   
  67.     HiSoft Systems
  68.     The Old School,
  69.     Greenfield,
  70.     Bedford,
  71.     MK45 4DE
  72.     UK
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. Notes for C Language Programmers
  80. --------------------------------
  81.  
  82. Currently for C Programmers the Amiga is in a bit of a dilemma. For starters
  83. the most well known C compiler, SAS/C by SAS Institute is no longer under
  84. development. Currently only one other commercial C compiler offering exists,
  85. That is Matt Dillon`s DICE C compiler. (Dillon`s Intergrated C Environment) 
  86. The shareware version of Dice C Compiler has indeed been included on this
  87. very CD for you to try out. News of a new C compiler called 'Storm C' has 
  88. been circulating recently. Apparently when completed this new commerical c 
  89. compiler should be more efficient than Lattice, DICE, etc and boast a full
  90. set of exciting features.
  91.  
  92. To make matters worse for new C programmers the 'include' files which are
  93. necessary to compile just about any C program cannot be included on this
  94. CD. These are copyright to Amiga Technologies (and prior to this Commodore)
  95. and cannot be distributed. They need to be purchased seperately or you could
  96. ofcourse buy either the last updated version of Lattice from Hi-Soft.
  97. The SAS/C Compiler (which probably still is the best on the Amiga) should 
  98. still be obtainable from Hi-Soft.
  99.  
  100.  
  101.     E-Mail: hisoft@cix.compulink.co.uk
  102.  
  103.     HiSoft Systems
  104.     The Old School,
  105.     Greenfield,
  106.     Bedford,
  107.     MK45 4DE
  108.     UK
  109.  
  110.  
  111. You could also try to purchase DICE or wait buy the include files seperately
  112. from Amiga Technologies.
  113.  
  114.  
  115. The Public Domain offerings include (this list is not extensive);
  116.  
  117. DICE C Compiler        ; now updated to a commercial offering
  118. PDC C Compiler        ; comes supplied with its full source-code in C
  119. GNU C Compiler        ; comes supplied with its full source-code in C
  120. North C Compiler    ; and update of PDC compiler, but no source included.
  121.  
  122.  
  123. Sadly because of all the compilcations related to C on the Amiga none of
  124. the provided source-codes can be compiled directly off CD without you owning
  125. your own set of OS2.x or OS3.x include files.
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Final Comments
  132. --------------
  133.  
  134. We hope you enjoy reading and learning from the material contained in this
  135. area and wish to greatly thank all the people who submitted work for 
  136. inclusion onto this great source-code reference.
  137.  
  138.  
  139. Long Live the Amiga, Its Developers and the Custom Chip Hackers!
  140.  
  141.  
  142.  
  143.  
  144.  
  145. End.
  146.